chore(deps)(deps): bump zod from 3.24.2 to 4.4.3#456
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
d67998e to
d141aa6
Compare
d141aa6 to
08de41c
Compare
Bumps [zod](https://github.com/colinhacks/zod) from 3.24.2 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.24.2...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
zod 4 requires an explicit key schema for z.record, so the single-arg
z.record(value) calls now pass z.record(z.string(), value).
zod 4's .default() takes an already-parsed output value and skips parsing,
so the object .default({}) that relied on parsing to fill nested defaults
becomes .prefault({}), which preserves the parse-the-default behaviour.
encryptConfigSchema is annotated z.ZodType<EncryptConfig> and EncryptConfig
is now an explicit type. The fully-inferred zod 4 type for the triply-nested
tables record is too deep for consumers to instantiate, which degraded
`tables` to unknown across package boundaries.
08de41c to
3856da4
Compare
|
Closing: major version bumps are now excluded from Dependabot via an |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps zod from 3.24.2 to 4.4.3.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
1fb56a5docs: document release procedure in AGENTS.mdf3c9ec04.4.3c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent...1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)9195250docs: remove Mintlify from bronze sponsors (churned)2c70332docs: normalize bronze sponsor logos to github avatar pattern7391be8docs: prune lapsed silver/bronze sponsors and add active ones2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing4c2fa95docs: use Zernio primary wordmark for gold sponsor logoMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.